;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; SimCity 4 keyboard accelerators -- Automata player drive
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;



; Only a subset of the standard key accelerators are available during player drive
; note that some accelerators invoke different commands than the normal ones
; (in particular Numlock)
;
F5                      = 0x6a935e1e        "Day Only"
F6                      = 0x6a935e21        "Night Only"
F7                      = 0x6a935e27        "Night & Day"
+                       = 0x6a935cb7        "Zoom in one level"
Numpad+                 = 0x6a935cb7        "Zoom in one level"
-                       = 0x6a935cba        "Zoom out one level"
Numpad-                 = 0x6a935cba        "Zoom out one level"
1                       = 0x6a935cbd        "Zoom to Z1"
2                       = 0x6a935cbf        "Zoom to Z2"
3                       = 0x6a935cc2        "Zoom to Z3"
4                       = 0x6a935cc4        "Zoom to Z4"
5                       = 0x6a935cc7        "Zoom to Z5"
6                       = 0x2bcbd5f1        "Zoom to Z6"
PageUp                  = 0x6a935cc9        "Rotate Clockwise"
PageDown                = 0x6a935ccc        "Rotate Counterclockwise"
Escape                  = 0x6a935cf1        "Close Open Window/release tool"
Numlock                 = 0xac1f045d        "Hide/Show Driving UI"

Up                      = 0x00              "Accelerate"
W                       = 0x00              "Accelerate"
Numpad8                 = 0x00              "Accelerate"
Down                    = 0x01              "Brake"
S                       = 0x01              "Brake"
Numpad2                 = 0x01              "Brake"
Left                    = 0x02              "Turn Left"
A                       = 0x02              "Turn Left"
Numpad4                 = 0x02              "Turn Left"
Right                   = 0x03              "Turn Right"
D                       = 0x03              "Turn Right"
Numpad6                 = 0x03              "Turn Right"
Shift                   = 0x04              "Off Road/On Road Toggle"
Home                    = 0x05              "Climb"
E                       = 0x05              "Climb"
Numpad9                 = 0x05              "Climb"
End                     = 0x06              "Dive"
C                       = 0x06              "Dive"
Numpad3                 = 0x06              "Dive"
Space                   = 0x07              "Special"
0xFFFF                  = 0x08              "Aim --uses mouse buttons, not key"
Return                  = 0x09              "Alternate Special"
0xFFFE                  = 0x0a              "(Not assigned)"
.                       = 0x0b              "Power up"
,                       = 0x0c              "Power Down"
